php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#145309 - 12/08/01 10:28 PM Re: [6.1x] Modification Wordlets v1.0
darkm00n Offline
Junior Member

Registered: 05/27/01
Posts: 20
please help ..
i guess i screwed up my mod wordlets....
i tryed to hack again.. but i can't find &RequireVars("$vars_config{VariablesPath}/vars_wordlets_date.cgi"); at cp.cgi .....

can anyone help?

Top
#145310 - 12/08/01 10:32 PM Re: [6.1x] Modification Wordlets v1.0
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
Either get qasics updated version by torn here or try a different release at here .
_________________________

Top
#145311 - 12/08/01 10:45 PM Re: [6.1x] Modification Wordlets v1.0
darkm00n Offline
Junior Member

Registered: 05/27/01
Posts: 20
i tryed yours DPK... doesn't work with me...

Top
#145312 - 12/09/01 02:18 AM Re: [6.1x] Modification Wordlets v1.0
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
You need to find this in cp.cgi...

# Open cp.cgi (In Cgi-Bin)
# Find
use UBBCGI::Carp qw(fatalsToBrowser set_message);

# Insert This Directly After It
use vars qw(%vars_wordlets_mods);


# Find
foreach my $file (qw(display misc email time search pm registration template_match wordlets wordlets_cp wordlets_err wordlets_img wordlets_date)) {

# Replace It With
foreach my $file (qw(display misc email time search pm registration template_match wordlets wordlets_cp wordlets_err wordlets_img wordlets_date wordlets_mods)) {

---------------
The code you were trying to find was from a old version.

Top
#145313 - 12/10/01 04:16 PM Re: [6.1x] Modification Wordlets v1.0
ADWOFF Offline
Content Queen

Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
Okay, I'm having some genuine problems working with this hack.

In the ultimatebb.cgi, it says to find
Code:
[/code]

I cannot find that line.

The closest that I can find is this:
[code]


I'm supposed to replace the first set of code with this:
Code:
[/code]


Should I replace what I have--even though it doesn't match?   


Also, in the cp.cgi file, I'm supposed to find -- 
[code]


and add below it this line

[code][/code]

I cannot find anything even close to the first line I'm supposed to find.


I've upgraded my board to the newest release; I was working on installing the "Last reply by" hack -- and have it installed, except for those words Last reply by

Allen said I needed to install this hack to get it to work.

Anyone with ideas of what I need to do?

Thanks.
_________________________
Sue
adwoff.com

Top
#145314 - 12/10/01 04:18 PM Re: [6.1x] Modification Wordlets v1.0
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
did you try DPK's 1.5 version? <img src="wink.gif" border="0" alt="" />

Also... your lines are different because you installed the calendar hack already... just add the differences in the line to the other, it's just a word or 2...
_________________________
- Allen wavey
- What Drives You?

Top
#145315 - 12/10/01 06:00 PM Re: [6.1x] Modification Wordlets v1.0
ADWOFF Offline
Content Queen

Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
Thanks, Allen. I really appreciate your patience with this. <img src="biggrin.gif" border="0" alt="" />
_________________________
Sue
adwoff.com

Top
#145316 - 12/10/01 07:43 PM Re: [6.1x] Modification Wordlets v1.0
TorN Offline
Member

Registered: 06/09/01
Posts: 56
Loc: North East, USA
ADWOFF:
First of all, download my updated version of Modification Wordlets Dev Kit by qasic (See my previous post above for the link) The only thing you'll do different from the Dev Kit instructions is the following below:

In ultimatebb.cgi, this is the line of code you will use:

Find:
foreach my $file (qw(display misc email time search pm registration template_match wordlets wordlets_err wordlets_img wordlets_date wordlets_calendar)) {

Replace with:
foreach my $file (qw(display misc email time search pm registration template_match wordlets wordlets_err wordlets_img wordlets_date wordlets_calendar wordlets_mods)) {
----------------------------------------------
I see what you did.. You added the calendar hack and thats what changed this line of code in your ultimatebb.cgi That's the reason you could not find it..Do you see the code "wordlets_calendar" at the end of this code as opposed to the original line of code in ultimatebb.cgi?? So, really, the only thing you are now doing in this Modification Wordlet Dev Kit hack is adding "wordlets_mods" to this line of code. That's all you're doing!! All I did with this code is place my curser after the "r" in "wordlets_calendar", hit my spacebar once (notice all files in this line of code are one space apart), then typed "wordlets_mods" after it..

Try analysing, rather than looking at, lines of code you are attempting to hack..Try to understand and decipher how it is written and the format it is written in..
Hope this helps,
TorN

<font color="#000000" size="1">[ 12-11-2001 07:17 PM: Message edited by: TorN ]</font>

Top
#145317 - 03/05/02 08:40 PM Re: [6.1x] Modification Wordlets v1.0
WhiteBlade Offline
Member

Registered: 05/26/01
Posts: 178
Loc: Quebec, Canada
All I get is this !!

PLease help !!!

_________________________
My MSN : whiteblade6@hotmail.com

I currently have [img]http://lkubb.web-performance.net/cgi-bin/ud.pl?u=WhiteBlade;s=1[/img] and I returned
[img]http://lkubb.web-performance.net/cgi-bin/ud.pl?s=2;u=WhiteBlade[/img] results !

Top
#145318 - 03/06/02 07:47 AM Re: [6.1x] Modification Wordlets v1.0
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Rehack cp.cgi.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#145319 - 03/06/02 10:25 AM Re: [6.1x] Modification Wordlets v1.0
WhiteBlade Offline
Member

Registered: 05/26/01
Posts: 178
Loc: Quebec, Canada
Lk thanks a lot man !!!

I had

wordlets_cp wordlets_err wordlets_mod

all I did is adding the s at mod now it work good !! thanks !
_________________________
My MSN : whiteblade6@hotmail.com

I currently have [img]http://lkubb.web-performance.net/cgi-bin/ud.pl?u=WhiteBlade;s=1[/img] and I returned
[img]http://lkubb.web-performance.net/cgi-bin/ud.pl?s=2;u=WhiteBlade[/img] results !

Top
Page 2 of 2 < 1 2



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks